@import url("https://fonts.googleapis.com/css2?family=Rozha+One&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

ul {
    margin: 0 !important;
    list-style: none;
}

.nav-link {
    padding: 7px 0px !important;
    margin: 0px 25px !important;
}

.nav-link.active {
    color: #8db74f !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #8db74f !important;
}

.contact-btn {
    background-color: #8db74f !important;
    padding: 10px 20px !important;
    color: white !important;
    border-radius: 25px !important;
}

.top-section {
    background-image: url(/landing_page/assets/images/home-main_new.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 3px solid #8db74f;
}

.top-section-blog {
    background-image: url(/landing_page/assets/images/blog_main_image.png);
}

.top-section-blog .top-section-blog-text {
    padding: 200px 0px !important;
}

.rozhaOne-font {
    font-family: "Rozha One", serif;
}

.green-color {
    color: #8db74f !important;
}

.top-sec-title {
    font-size: 100px;
}

.managment-box-wrapper {
    background-color: #f9f9f9;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    margin: 20px;
    text-align: center;
}

.managment-box-wrapper.active {
    border-bottom: 2px solid #8db74f;
    background-color: #fbfff5;
    font-weight: 600;
    color: #8db74f;
}

.managment-box-wrapper.active svg path {
    fill: #8db74f !important;
}

.find-out-wrapper ul li {
    margin-bottom: 15px;
    font-size: 18px !important;
    position: relative;
}

.find-out-wrapper ul li::before {
    content: url(/landing_page/assets/images/tick-circle.svg);
    position: absolute;
    top: 0;
    left: -35px;
}

.surveyour-app-section {
    background-image: url(/landing_page/assets/images/app-background-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.input-group {
    border: 2px solid #8db74f;
    border-radius: 25px;
    overflow: hidden;
}

.input-group input {
    border: none !important;
    padding-left: 50px !important;
}

.input-group input:focus {
    border: none !important;
    box-shadow: none !important;
}

.input-group button {
    border: none !important;
    background-color: #8db74f !important;
    color: white !important;
    padding: 10px 30px !important;
}

.email-icon {
    z-index: 999;
    top: 9px;
    left: 15px;
}

.footer-bottom {
    background-color: #8db74f;
    color: white;
}

.blog-section-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-sec-box {
    border-radius: 20px;
    overflow: hidden;
    background-color: #f9f9f9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog-sec-box.active,
.blog-sec-box:hover {
    border-bottom: 3px solid #8db74f;
    transition: all 0.2s ease-in-out;
}

.blog-sec-box.active .blog-img .img-overlay,
.blog-sec-box:hover .blog-img .img-overlay {
    position: absolute;
    background-color: #8db74f;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
}

.blog-image img {
    width: 100%;
    height: auto;
    border-radius: 35px;
}

.page-link {
    border: none !important;
}

.pagination li {
    margin: 0 10px;
}

.next-page-btn a,
.previous-page-btn a {
    background-color: transparent !important;
}

.pagination li.active a {
    background-color: #8db74f !important;
    border-radius: 25px !important;
    color: white !important;
}

.pagination li a {
    background-color: #8db74f1a;
    border-radius: 25px !important;
    color: black;
}


.vertical-divider {
    width: 1px;
    background-color: #e6e6e6;
    margin: 0 30px;
    height: auto;
    min-height: 100%;
    box-shadow: 0 0 10px rgba(0, 128, 0, 0.1);
}

.contact-box {
    border: 3px solid #8DB74F33;
    box-shadow: 0px 2px 10px 0px #00000014;
    padding: 70px 50px;
    border-radius: 40px;
}

.contact-box h4 {
    font-weight: 400;
    font-size: 26px;
    font-family: "Rozha One", serif;
}

.contact-box p {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
}

.contact-box .border {
    border: 2.5px solid;
    border-image-source: linear-gradient(90deg, rgba(141, 183, 79, 0) 2.88%, #8DB74F 53.31%, rgba(141, 183, 79, 0) 97.38%);
}

.contact-box .form-control {
    border: none;
    border-radius: 50px;
    padding: 14px 20px;
    box-shadow: 2px 2px 30px 0px #00000014;
}

.contact-box .form-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.contact-box textarea.form-control {
    border-radius: 20px;
    resize: none;
}

.contact-box label {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

.contact-box .btn-green {
    background-color: #88b943;
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 500;
    border: none;
}

.contact-box .btn-green:hover {
    background-color: #76a637;
    color: white;
}

.contact-box .form-section {
    max-width: 900px;
    margin: 50px auto;
}

@media (max-width: 1399px) {
    .top-sec-title {
        font-size: 80px;
    }
}

@media (max-width: 1199px) {
    .top-sec-title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .top-sec-title {
        font-size: 40px;
    }

    .blog-section-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .top-sec-title {
        font-size: 40px;
    }

    .blog-section-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 575px) {
    .contact-box {
        padding: 10px;
    }
}

/* added */

.subscription-title {
    font-size: 35px;
    font-family: Rozha One;
    color: #8db74f;
}

.subscription-subtitle {
    font-size: 16px;
    opacity: 0.6;
}

.subscription-plan-container {
    max-width: 673px;
    width: 100%;
    margin-inline: auto;
    font-size: 20px;
    font-weight: 400;
    color: #689920;
    text-align: center;
    background: rgba(141, 183, 79, 0.3);
    border: 2px solid rgb(141 183 79 / 10%);
    border-radius: 50px;
    padding: 5px;
}

.subscription-plan-tab-container {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
}

.indicator {
    content: "";
    width: 50%;
    height: calc(100% - 4px);
    background: #8db74f;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 9;
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12), 0px 3px 1px rgba(0, 0, 0, 0.04);
    border-radius: 50px;
    transition: all 0.2s ease-out;
}

.subscription-plan-tab {
    position: absolute;
    z-index: 99;
    outline: none;
    opacity: 0;
}

.subscription-plan-tab_label {
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border: 0;
    opacity: 0.7;
    padding: 10px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.tab--1:checked ~ .indicator {
    left: 2px;
}

.tab--2:checked ~ .indicator {
    left: calc(50% - 2px);
}
.tab--1:checked ~ .subscription-plan-tab_label.tab-label-1,
.tab--2:checked ~ .subscription-plan-tab_label.tab-label-2 {
    color: #ffffff;
    font-weight: 600;
    opacity: 1;
}

.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-left {
    background-image: none !important;
}
.swiper-slide {
    padding: 20px;
}

.swiper-slide-prev .main-box,
.swiper-slide-next .main-box {
    box-shadow: 0px 4px 34px 0px #0000001a;
}

.swiper-slide.swiper-slide-active .main-box {
    border-radius: 40px;
    border: 2px solid #8db74f;
    background: linear-gradient(155.28deg, #ffffff 37.32%, #f9fff0 97.62%);
    box-shadow: 0px 4px 24px 0px #0000002e;
}

.swiper-slide .main-box {
    border-radius: 30px;
    border-bottom: 2px solid #ffffff;
    border-radius: 30px;
    border: 2px solid transparent;
}

.doors {
    color: #8db74f;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.doors-subtitle {
    color: #40413f;
    font-weight: 500;
    font-family: "Poppins", "Segoe UI";
}

.euro-icon,
.price {
    color: #8db74f;
    font-weight: 700;
}

.price {
    font-size: 55px;
    line-height: normal;
}

.perUnit {
    border: 1px solid #8db74f;
    height: min-content;
    padding: 4px 8px;
    border-radius: 8px;
    margin-top: auto;
    margin-bottom: 14px;
    font-weight: 500;
}

.plans {
    max-width: 1200px;
    margin-inline: auto;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(0, 0);
}

.show-plan-swiper {
    transform: translate(0, 0);
}

.hide-plan-swiper {
    display: none;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
}

.plan-feature {
    width: 100%;
    padding-block: 14px;
    border-bottom: 1.85px solid #8db74f33;
}

.plan-feature p {
    color: #40413f;
    font-family: "Poppins", "Segoe UI";
}

.plans button {
    width: 70px;
    height: 70px;
    border-radius: 17.5px;
    border: 0.5px solid rgba(141, 183, 79, 0.3);
    backdrop-filter: blur(47.25px);
    background: rgba(141, 183, 79, 0.1);
}

.plans button.swiper-button-next:after,
.plans button.swiper-button-prev:after {
    content: "";
}

.swiper-button-prev {
    left: 40px !important;
}

.swiper-button-next {
    right: -30px !important;
}

@media only screen and ((min-width: 768px) and (max-width: 991px)) {
    .swiper-slide {
        padding: 80px;
    }

    .subscription-title {
        font-size: 40px;
    }

    .subscription-subtitle {
        font-size: 18px;
    }

    .subscription-plan-container {
        font-size: 20px;
    }
    .price {
        font-size: 60px;
    }
}

@media only screen and (min-width: 991px) {
    .subscription-title {
        font-size: 50px;
    }

    .subscription-subtitle {
        font-size: 19px;
    }
    .subscription-plan-container {
        font-size: 25px;
    }
    .price {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1250px) {
    .swiper-button-prev {
        left: 20px !important;
    }
    .subscription-title {
        font-size: 60px;
    }

    .subscription-subtitle {
        font-size: 20px;
    }
    .subscription-plan-container {
        font-size: 30px;
    }
    .price {
        font-size: 74px;
    }
}

@media only screen and (min-width: 1399px) {
    .swiper-button-prev {
        left: -50px !important;
    }

    .swiper-button-next {
        right: -100px !important;
    }
}
